码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Position Based Dynamics【译】
绝大部分机翻,少部分手动矫正,仅供参考。本人水平有限,如有误翻,概不负责。。。 Position Based Dynamics Abstract The most popular approaches for the simulation of dynamic systems in computer ...
分类:其他好文   时间:2018-01-09 20:20:00    阅读次数:3631
1.结构01
#include <stdio.h> struct student { int num; char name [10]; int computer, english, math; double average; }; 以上是结构变量的定义。 结构变量的定义有三种方式,上面是第一种 第二种,混合定义: ...
分类:其他好文   时间:2018-01-09 12:13:47    阅读次数:163
ARM体系结构
ARM 内核采用精简指令集结构(RISC,Reduced Instruction Set Computer)体系结构。其目标是设计出一套能在高时钟频率下单周期执行、简单而有效的指令集,RISC 的设计重点在于降低硬件执行指令的复杂度,这是因为软件比硬件容易提供更大的灵活性和更高的智能。与其相对的传统 ...
分类:其他好文   时间:2018-01-08 23:50:41    阅读次数:350
POJ 2411 Mondriaan's Dream
Mondriaan's Dream Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 18359 Accepted: 10487 Description Squares and rectangles fascinated the f ...
分类:其他好文   时间:2018-01-07 20:03:35    阅读次数:135
vb.net判断网络状态
If My.Computer.Network.IsAvailable Then '网络连接正常 If My.Computer.Network.Ping("192.168.10.111",1000) Then '拼对应IP地址超时1000毫秒 MsgBox("服务器连接正常.") Else MsgBo ...
分类:Web程序   时间:2018-01-07 14:14:08    阅读次数:234
pgbench
``` postgres@bingo-Computer:/opt/pgsql/bin$ ./pgbench --help pgbench is a benchmarking tool for PostgreSQL. Usage: pgbench [OPTION]... [DBNAME] Initia... ...
分类:其他好文   时间:2018-01-04 16:34:14    阅读次数:220
PAT 1006. Sign In and Sign Out
1006. Sign In and Sign Out (25) At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one ...
分类:其他好文   时间:2018-01-04 11:09:36    阅读次数:180
C++ shut down a computer
前阵子有朋友问我,怎么用C语言写一个小程序,控制电脑关机。这个我真的不懂,这几天闲着,就上网搜了搜,整理一下。 开发工具是Code::Blocks 16.01,Windows 7 x64操作系统 另外,需要添加链接库:libwsock32.a 右击工程,选“Build options...” 在“P ...
分类:编程语言   时间:2018-01-02 01:24:33    阅读次数:154
Sqlite3,维基百科中的练习:
https://en.wikibooks.org/wiki/SQL_Exercises/The_computer_store 两个相连的表格 Manufactures: code, name products: code, name, price, manufacturer //黄色是关联。 15. ...
分类:数据库   时间:2017-12-31 18:44:39    阅读次数:162
light oj 1007 - Mathematically Hard
Mathematically some problems look hard. But with the help of the computer, some problems can be easily solvable. In this problem, you will be given tw ...
分类:其他好文   时间:2017-12-31 18:10:54    阅读次数:168
2862条   上一页 1 ... 89 90 91 92 93 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!