點擊/回復 | 標題 | 最後回復 | 發表時間/侃吧 |
488/0 |
【试题】十进制转十六进制
#include <stdio.h> char *tpl = "0123456789ABCDEF"; int main() {... |
3-3 | 3-3 |
487/0 |
【试题】特殊回文数
#include <stdio.h> int main() { int n, num;... |
3-3 | 3-3 |
496/0 |
【试题】回文数
#include <stdio.h> int main() { int num; int... |
3-3 | 3-3 |
439/0 |
【试题】特殊的数字
#include <stdio.h> int main() { int num; int... |
3-3 | 3-3 |
431/1 |
【试题】查找整数
#include <stdio.h> #include <stdlib.h> int main() { int n... |
3-3 | 3-3 |
450/1 |
【试题】数列特征
#include <stdio.h> #include <stdlib.h> int main() { int n... |
3-3 | 3-3 |
3611/40 |
蓝桥杯练习题集
基础练习 十六进制转十进制 时间限制:1.0s 内存限制:512.0MB 问题描述 从键盘输... |
3-3 | 3-3 |
531/6 |
十六进制 -> 八进制
#include <stdio.h> #include <stdlib.h> void main() { int... |
3-3 | 3-2 |
889/1 |
我们大学物理课本里的矢量都是用粗体字母的
物理里面终于也开始用向量了 |
3-2 | 3-2 |
616/6 |
杨辉三角代码
#include <stdio.h> #include <stdlib.h> void main() { int... |
3-3 | 3-1 |
477/1 |
字母图形代码
#include <stdio.h> #include <stdlib.h> void main() { int... |
3-3 | 3-1 |
464/1 |
【程序】使用WriteConsoleW函数在控制台中输出宽字符
#include <iostream> #include <Windows.h> // 使用此函数输出宽字符变量 // 普通字符串请直接用cout输出... |
3-1 | 3-1 |
770/2 |
【程序】一个最简单的MFC窗口程序
【代码】 #include <afxwin.h> class CMyWnd : public CFrameWnd { public:... ![]() |
3-1 | 3-1 |
635/0 |
下载中。。。
![]() |
3-1 | 3-1 |
525/5 |
蓝桥杯个人赛倒计时20天!
RT |
3-10 | 2-29 |
425/2 |
Windows XP以下的系统都需要安装显卡驱动后,才能显示真彩色以及高分辨率的画面
否则就只能显示16色,640x480 VGA 分辨率。。。 因此,自制操作系统时如果要想显示高分辨率的话,也需要移植显卡驱动,对于新手来说难度非常大。 |
2-29 | 2-29 |
825/4 |
我的电脑已经被自动装了好几次Windows10的推送更新3035583了!
真烦人, 上次记得还装了一个KB2开头的。 里面的描述就是修复Windows安全问题的重要更新,光凭肉眼根本就看不出是Win10的升级补丁! |
6-6 | 2-29 |
913/14 |
【方法】VS2012下连接64位的MySQL数据库
【程序】 #include <mysql/mysql.h> #include <stdio.h> #include <tchar.h> #i... |
2-29 | 2-29 |
599/0 |
Flash的安装程序中进度条错位了。。。
![]() |
2-29 | 2-29 |
510/0 |
我们开始学习空间解析几何了
其实,我很喜欢三维空间的。。。虽然立体几何比较难 |
2-29 | 2-29 |
568/0 | 我觉得姜糖真的不好吃。。。。 | 2-29 | 2-29 |
394/0 |
2.29的日历小工具
![]() |
2-29 | 2-29 |
541/1 |
Bliss.bmp的文件图像刚好是倒着的
窗口大小为800x632 ![]() |
2-29 | 2-29 |
512/3 |
又话说,明天就是四年一度的2月29日了
RT |
2-29 | 2-28 |
574/0 |
今天晚上七点钟是班会
rt |
2-28 | 2-28 |
640/2 |
我的假期已死
不过学校里的路上路灯还是没有开 |
3-1 | 2-27 |
816/2 |
请注意,现在有紧急情况,请大家保持镇静。有序沿紧急通道安全撤离,谢谢合作
--寝室广播 |
2-27 | 2-27 |
521/6 |
【原创】模拟操作系统运行应用程序的C程序
【OS.c】 #include <stdio.h> char memory[256]; // 假定这个就是“操作系统”的一块内存 int main() {... |
2-29 | 2-26 |
1436/17 |
【方法】在Linux C程序中嵌入汇编语言
首先,编写一个简单的C程序: #include <stdio.h> void fun(int *num, int *num2); int main() {... |
2-26 | 2-26 |
988/5 |
【方法】C++读取注册表字符串值的方法(按字符串长度动态分配内存空间)
【程序】 // regtest.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream>... |
2-29 | 2-25 |